home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / backdrp2.arc / BACKDROP.DAT < prev    next >
Text File  |  1990-10-12  |  5KB  |  105 lines

  1. ; backdrop data definitions
  2.  
  3. tim         dd    0                    ;timer handle
  4. win         dd    0                    ;window handle
  5. key         dd    0                    ;key handle
  6. ver         dw    0
  7. cnvtcnt     dw    5
  8.  
  9. init_strm   db    1bh,0                ;window stream
  10.             dw    init_strml-4         ;length
  11.             db    0d7h                 ;hide frame
  12.             db    0c2h,0,0             ;move to top, left edge of screen
  13. init_log    db    0c5h,60,80           ;logical size
  14. init_phys   db    0c3h,60,80           ;physical size
  15.             db    0dbh                 ;physical attributes
  16.             db    0e2h                 ;set output attribute
  17. attr        db    17h                  ;attribute
  18.             db    0d4h                 ;show window
  19.             db    0e4h                 ;redraw window
  20. init_strml  equ   $-init_strm          ;length of data stream
  21.  
  22. updt_strm   db    1bh,0                ;header
  23.             dw    updt_strml-4         ;length
  24.             db    0e2h,17h
  25.             db    0c0h,2,2             ;set cursor position
  26.             db    60h+sdatel           ;write next 8 characters
  27. sdate       db    '00/00/00'           ;system date
  28. sdatel      equ   $-sdate
  29.             db    0c0h,2,11            ;set cursor position
  30.             db    60h+stimel           ;write next 8 characters
  31. stime       db    '00:00:00'           ;system time
  32. stimel      equ   $-stime
  33. updt_strml  equ   $-updt_strm
  34.  
  35. text_strm   db    1bh,0
  36.             dw    text_strml-4
  37.             db    0c0h,1,1             ;move cursor
  38.             db    60h+head_strml       ;string write
  39. head_strm   db    '┌────────┬────────┐'
  40. head_strml  equ   $-head_strm
  41.             db    0c0h,2,1             ;move cursor
  42.             db    60h+head_strml       ;string write
  43.             db    '│00/00/00│00:00:00│'
  44.             db    0c0h,3,1             ;move cursor
  45.             db    60h+head_strml       ;string write
  46.             db    '└────────┴────────┘'
  47.             db    0c0h, 6,1,98h+ms_strml/256,ms_strml MOD 256
  48. ms_strm     db    '┌───────────────────────────────────────┐'
  49. ms_strml    equ   $-ms_strm
  50.             db    0c0h, 7,1,98h+ms_strml/256,ms_strml MOD 256
  51.             db    '│               Total   Avail   Largest │'
  52.             db    0c0h, 8,1,98h+ms_strml/256,ms_strml MOD 256
  53.             db    '│ Common                                │'
  54.             db    0c0h, 9,1,98h+ms_strml/256,ms_strml MOD 256
  55.             db    '│ Conventional       k       k        k │'
  56.             db    0c0h,10,1,98h+ms_strml/256,ms_strml MOD 256
  57.             db    '│ Expanded           k       k        k │'
  58.             db    0c0h,11,1,98h+ms_strml/256,ms_strml MOD 256
  59.             db    '└───────────────────────────────────────┘'
  60. text_strml  equ   $-text_strm          ;length of window stream
  61.  
  62. logo_strm   db    1bh,0
  63.             dw    logo_strml-4
  64.             db    0c0h,16,15,98h+logo_linel/256,logo_linel MOD 256
  65. logo_line   db    '┌────────────────────────────┐ ───────────────────▄── '
  66. logo_linel  equ   $-logo_line
  67.             db    0c0h,17,15,98h+logo_linel/256,logo_linel MOD 256
  68.             db    '│                            │ ────────────────▄▄▄─── '
  69.             db    0c0h,18,15,98h+logo_linel/256,logo_linel MOD 256
  70.             db    '│       DESQview '
  71. logo_vers   db    'X.XX        │ ─────────────▄▄▄▄▄──── '
  72.             db    0c0h,19,15,98h+logo_linel/256,logo_linel MOD 256
  73.             db    '│                            │ ──────────▄▄▄▄▄▄▄───── '
  74.             db    0c0h,20,15,98h+logo_linel/256,logo_linel MOD 256
  75.             db    '└────────────────────────────┘ ───────▄▄▄▄▄▄▄▄▄────── '
  76.             db    0c0h,21,15,98h+logo_linel/256,logo_linel MOD 256
  77.             db    '      Copyright (C) 1990       ────▄▄▄▄▄▄▄▄▄▄▄─────── '
  78.             db    0c0h,22,15,98h+logo_linel/256,logo_linel MOD 256
  79.             db    '  Quarterdeck Office Systems   ─▄▄▄▄▄▄▄▄▄▄▄▄▄──────── '
  80.             db    0c0h,23,15,98h+logo_linel/256,logo_linel MOD 256
  81.             db    '                                                      '
  82. logo_strml  equ   $-logo_strm
  83.  
  84. mem_strm    db    1bh,0
  85.             dw    mem_strml-4
  86.             db    0e2h,30h
  87.             db    0c0h, 8,16
  88.             db    60h+com_strml
  89. com_strm    db    '                         '
  90. com_strml   equ   $-com_strm
  91.             db    0c0h, 9,16
  92.             db    60h+com_strml
  93. con_strm    db    '     k        k        k '
  94.             db    0c0h,10,16
  95.             db    60h+com_strml
  96. exp_strm    db    '     k        k        k '
  97. mem_strml   equ   $-mem_strm
  98.  
  99. orphan      db    1bh,10h              ;manager stream
  100.             dw    orphanl-4
  101.             db    62h                  ;disable width change
  102.             db    63h                  ;disable height change
  103.             db    0c5h                 ;orphan me
  104. orphanl     equ   $-orphan
  105.